This page was automatically generated from tracezilla’s Swagger API documentation 2026-01-26

PUT /invoices/{invoiceId}/booked

Mark invoice as booked in 3rd party accounting system.

Description

Mark invoice as booked in 3rd party accounting system

Parameters (path)

Name Required Description Values
invoiceId required Target Order Invoice.  

Request body

Description

Data to store.

Required

This parameter is required.

Request body JSON schema
1
2
3
4
5
6
7
8
9
10
{
  "properties": {
    "description": "When the invoice was booked. Leave empty to set to request time",
    "type": "string",
    "format": "date-time",
    "default": "",
    "example": "2025-02-21T10:14:22Z"
  },
  "type": "object"
}

Responses

204

Invoice mark booked

403

Unauthorized request

406

not acceptable

500

Internal server error